home *** CD-ROM | disk | FTP | other *** search
- object frmWhichMailbox: TfrmWhichMailbox
- Left = 200
- Top = 108
- ActiveControl = cbWhich
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'Which Mail Box?'
- ClientHeight = 138
- ClientWidth = 392
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- FormStyle = fsStayOnTop
- Position = poScreenCenter
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 16
- object EsLabel1: TEsLabel
- Left = 8
- Top = 8
- Width = 377
- Height = 35
- Appearance = apCustom
- Caption = 'Which mailbox do you wish to check?'
- ColorScheme = csCustom
- CustomSettings.ShadowColor = clGray
- CustomSettings.ShadowDirection = sdNone
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clNavy
- Font.Height = -24
- Font.Name = 'Times New Roman'
- Font.Style = []
- ParentFont = False
- end
- object btOK: TButton
- Left = 114
- Top = 100
- Width = 75
- Height = 28
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 0
- OnClick = btOKClick
- end
- object btCancel: TButton
- Left = 202
- Top = 100
- Width = 75
- Height = 28
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 1
- end
- object cbWhich: TComboBox
- Left = 27
- Top = 52
- Width = 337
- Height = 24
- Style = csDropDownList
- ItemHeight = 16
- TabOrder = 2
- end
- end
-